home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
misc
/
emu
/
ATUtilities.lha
/
ATUtilities
/
BASIC
/
COPYV2V.BAS
< prev
next >
Wrap
BASIC Source File
|
2000-09-26
|
296b
|
23 lines
$INCLUDE "REGNAMES.INC"
screen 12
buf$=string$(30000,chr$(0))
bufseg=STRSEG(buf$)
bufofs=STRPTR(buf$)
for i=0 to 480 step 20
line (0,i)-(640,i+20),rnd*15,bf
next
DEF SEG = &HA000
o1=&H0000
o2=(160*640)/8
OUT &H3CE,&H105
for i=0 to &H6000
POKE o2+i,PEEK(o1+i)
next